home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / gfx / ifx / MotionBlur_IFX.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  3.7 KB  |  109 lines

  1. Short:    MotionBlur Arexx script for ImageFX
  2. Author:   robert.nilsson@mbox306.swipnet.se <Robert Nilsson>
  3. Uploader: robert.nilsson@mbox306.swipnet.se <Robert Nilsson>
  4. Requires: ImageFX and Arexx running
  5.  
  6.  
  7. This Arexx script is EMAILWARE! That means if you find
  8. this Arexx script useful I would like to recieve an email :)
  9.  
  10. Introduction
  11. ------------
  12. I created this ImageFX Arexx script beacause I wasn't statisfied
  13. with the MotionBlur in Tornado3D.I think the MotionBlur in T3D
  14. blurs everything too much, it evens blur the images when nothing
  15. is moving. This can sometimes look good, but I don't like it.
  16.  
  17. This Arexx script takes one frame and the composes a selectable
  18. number of the following frames with the first one. The first
  19. "Blur frame" is 50% of the intensity of the first frame. And the
  20. next frame is 50%/2 and the next one is 50%/4 and so on.
  21.  
  22. Installation
  23. ------------
  24. Copy the Arexx script where ever you want. Preferably in your ImageFX:Rexx/ directory.
  25.  
  26. How to use
  27. ----------
  28. Let's say that you make an animation in a 3D program and make it
  29. 100 frames long. If you want 9 frames blurred then make the same
  30. animation 1000 frames long instead. Then you use this script and
  31. it takes the first frame and blurs 9 frames with it. Like this:
  32.  
  33. Frame number:      0      |     1-9      |     10     |   11-19
  34. Image:         Base image |  Blur frames | Base Image | Blur Image
  35.  
  36. and so on....
  37.  
  38. In Tornado3D when using a PowerPC CPU the rendering is so fast
  39. that it doesn't really matter if you render 10 more frames for
  40. each frame, but with 68k programs it might be too much :)
  41.  
  42. NOTE: The ImageFX Classic is faster than ImageFX for Cybergraphx,
  43. when handling scripts.
  44.  
  45. When you start the Arexx script in ImageFX you are asked a couple
  46. of questions.
  47.  
  48. 1. Input Basename
  49. -----------------
  50. The base file pattern without the numbers.
  51. For example if the files are named pic.0001, pic.0002,pic.0003.....
  52. Then you should enter pic.
  53.  
  54. 2. Number of digits after the base name (Load)
  55. ---------------------------------------------
  56. The number of digits after the input basename. For example if the
  57. files are named pic.0001, pic.0002, pic.0003..... Then you should
  58. enter 4
  59.  
  60. 3. Start Frame
  61. --------------
  62. The first frame of your picture serie. If the
  63. frames starts with for example pic.0000 you should enter 0.
  64. If the frames start with pic.0001 you should enter 1.
  65.  
  66. 4. Output Basename
  67. ------------------
  68. The base filename pattern for the output pictures.
  69.  
  70. 5. Number of digits after the base name (Save)
  71. ----------------------------------------------
  72. The number of digits after the output basename. For example if you want the
  73. output files named pic.0001, pic.0002, pic.0003.....
  74. Then you should enter 4.
  75.  
  76. 6. Total number of frames
  77. -------------------------
  78. The total number of frames. Should preferably be an even number
  79. dividable with the number of blur images.
  80.  
  81. 7. Number of frames to be blurred
  82. ---------------------------------
  83. The number of frames to be used as composite images, see
  84. explanation above.
  85.  
  86. 8. Save Image Format
  87. --------------------
  88. The file format of the output pictures. To be able to use YUV you
  89. have to have YUV image Saver installed. The JPEG images are saved
  90. with the quality setting at 100% (best picture quality).
  91.  
  92. Enjoy!
  93.  
  94. Suggestions are more than welcome.
  95.  
  96. Author: Robert Nilsson
  97. email: robert.nilsson@mbox306.swipnet.se
  98. website: http://come.to/ppcrulez or http://www.ppcrulez.com
  99.  
  100.  
  101. ============================= Archive contents =============================
  102.  
  103. Original  Packed Ratio    Date     Time    Name
  104. -------- ------- ----- --------- --------  -------------
  105.     3401     925 72.8% 02-Jul-00 18:43:28  MotionBlur_IFX.ifx
  106.     3402    1386 59.2% 02-Jul-00 18:46:40  MotionBlur_IFX.readme
  107. -------- ------- ----- --------- --------
  108.     6803    2311 66.0% 03-Jul-100 14:58:10   2 files
  109.